home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 Game / Image.bin / Humor / Billmo Comedy / Billmo Comedy Skit / Billmo Comedy Skit.0 / 00041_Small logo.ls < prev    next >
Encoding:
Text File  |  1997-05-01  |  160 b   |  13 lines

  1. on mouseUp
  2.   global gQT
  3.   if the optionDown then
  4.     go("Splash")
  5.   else
  6.     if gQT = 1 then
  7.       go("MaQT")
  8.     else
  9.       go("Main")
  10.     end if
  11.   end if
  12. end
  13.